home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utildsk / memry374.lha / memory-device / ReadMe < prev    next >
Text File  |  1996-05-08  |  2KB  |  69 lines

  1.  
  2.   memory.device - Exec device driver for direct memory access
  3.  
  4.   (C) Copyright 1996 Marius Groeger
  5.       All Rights Reserved.
  6.  
  7.   This special device simulates a trackdisk compliant block device in any
  8.   region of memory. Unlike the RAM DISK (which is in fact not even a device)
  9.   or the ramdrive.device, memory.device allows the exact definition of the
  10.   memory to use for data storage.
  11.  
  12.   The included utility program "MakeDisk" allows to create a low-overhead RAM
  13.   disk drive based on the memory.device. No mountlist or 2.1-style DosDriver
  14.   is needed, as MakeDisk performes the DOS attachment internally. The RAM
  15.   disk may also be placed in chip RAM.
  16.  
  17.   The purpose memory.device has been developed for is to use it on systems
  18.   equipped with different RAM chips or local memory busses. In conjunction
  19.   with VMM or similar virtual memory packages a memory region with slower RAM
  20.   chips may be used as swap area. This idea originates from the z2ram device
  21.   which has been written for Linux/68k/Amiga.
  22.  
  23.   Other applications with memory.device are conceivable, ranging from whitty
  24.   over funny to perverted. Use it on your own risk, it is a license to crash
  25.   the system.
  26.  
  27.   Please read also the supplied AmigaGuide document to obtain further
  28.   information about the installation and usage of memory.device.
  29.  
  30.   Marius Groeger         email: mag@sysgo.de
  31.   Bärstadter Str. 4             groeger@goofy.zdv.uni-mainz.de
  32.   65307 Bad Schwalbach          
  33.   GERMANY
  34.  
  35.   --------------------------------------------------------------------------
  36.  
  37.   Release 37.4
  38.  
  39.     * trackdisk emulation improved, now suitable for RAM disk usage
  40.  
  41.     * MakeDisk tool for RAM disk creation
  42.  
  43.   Release 37.3
  44.  
  45.     * missing DOSDriver included
  46.  
  47.     * minor changes
  48.  
  49.   Release 37.2
  50.  
  51.     * Faster block copy routine
  52.  
  53.     * support for CMD_UPDATE
  54.  
  55.   Initial Release 37.1
  56.  
  57.   --------------------------------------------------------------------------
  58.  
  59.   This package is Freeware, but not in the public domain.
  60.  
  61.   It's strictly forbidden to include this archive in any kind of software
  62.   collection except Fred Fish's AmigaLibrary, Meeting Pearls CD's, Aminet,
  63.   Aminet CD's and BBS fileareas.
  64.  
  65.   This software is provided "as is". No representations or warranties are
  66.   made with respect to the accuracy, reliability, performance, currentness,
  67.   or operation of this software, and all use is at your own risk.
  68.  
  69.